home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
wheelo1a
/
frmabout.frm
(
.txt
)
next >
Wrap
Visual Basic Form
|
1999-09-12
|
3KB
|
84 lines
VERSION 5.00
Begin VB.Form frmAbout
BackColor = &H80000003&
BorderStyle = 1 'Fixed Single
Caption = "About...."
ClientHeight = 4710
ClientLeft = 45
ClientTop = 330
ClientWidth = 4650
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4710
ScaleWidth = 4650
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command1
Caption = "Exit"
Height = 255
Left = 1560
TabIndex = 2
Top = 4320
Width = 1455
End
Begin VB.Shape Shape2
Height = 615
Left = 240
Top = 120
Width = 4095
End
Begin VB.Shape Shape1
Height = 3375
Left = 480
Top = 840
Width = 3735
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = $"frmAbout.frx":0000
BeginProperty Font
Name = "Lucida Sans Unicode"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2895
Left = 840
TabIndex = 1
Top = 1200
Width = 3135
End
Begin VB.Label Label1
BackColor = &H00FFFFFF&
BackStyle = 0 'Transparent
Caption = "Wheel-Of-Fortune"
BeginProperty Font
Name = "News Gothic MT"
Size = 15.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 360
TabIndex = 0
Top = 240
Width = 3495
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
If Form11.Text1.Text = "truth" Then
MsgBox "Only a moron would think this isn't like the wheel of fortune game on tv. Of course, mine is WAY better."
End If
frmAbout.Visible = False
End Sub